Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
XML Tutorial
1) Introduction
2) Namespace
3) XML Schema
4) Xpath
5) XSLT StyleSheet
Introduction
1) An attribute creates additional information without adding text to the element
2) Attributes are simple namevalue pairs associated with an element
3) Case Sensitivity
4) CDATA sections can tell the XML parser not to parse the text
5) Comments start with the string !--and end with the string --
6) Displaying Elements as Text
7) Elements, Attributes, and Values
8) Empty Elements
9) Illegal PCDATA Characters and Escaping Characters
10) Link to second node
11) Nesting Elements
12) Processing Instructions
13) SELECTED CHARACTER CODES
14) Show and actuate attribute
15) Text content
16) Whitespace in PCDATA
17) Writing Non-Empty Elements
18) XML documents must adhere to certain rules to be well formed
19) XML file that shows simple linking
20) XML Naming Conventions
21) XML provides the XML declaration to label documents as XML